home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / UD / COPYPLUS.ZIP / COPYPLUS.DOC < prev    next >
Encoding:
Text File  |  1994-06-18  |  10.0 KB  |  229 lines

  1.  
  2.  
  3.  
  4.           Copy+ 2.10                                  by Gerald R. Brown
  5.           --------------------------------------------------------------
  6.  
  7.           Copy diskettes when formats are different. Copy, move, rename
  8.           or erase specified files in a directory, entire branch or
  9.           disk. Requires DOS 3.2 or later. May be run from Windows.
  10.  
  11.           Copy+' syntax is:
  12.  
  13.              COPYPLUS [/S] [/M] [/P] [/E] [/Y] [/H] [source] [target]
  14.  
  15.             source    Specifies the file(s) to copy, move or prune. If
  16.                       no file specification is included, all files
  17.                       (*.*) will be assumed.
  18.  
  19.             target    Specifies the location and/or name of copied
  20.                       files. To rename files include a filename.
  21.  
  22.             /S        Option to include all subdirectories below
  23.                       source. All files in the source directory and
  24.                       below which match the source file specification
  25.                       will be copied to an identical tree structure,
  26.                       beginning with the target directory. If included
  27.                       with the Prune (/P) or Move (/M) option, all
  28.                       files matching the source file specification
  29.                       below the source directory will also be erased.
  30.                       If /S is omitted only files in the source
  31.                       directory will be copied, moved or pruned.
  32.  
  33.             /M        Option to move files. All files matching the
  34.                       source file specification will be erased after
  35.                       they are copied.
  36.  
  37.             /P        Option to prune files. All files matching the
  38.                       source file specification will be erased. No files
  39.                       will be copied. A target specification is ignored.
  40.  
  41.             /E        Option to keep empty subdirectories. All empty
  42.                       subdirectories are copied and no subdirectories
  43.                       are erased. If /E is omitted no empty directories
  44.                       are copied and empty directories are deleted.
  45.  
  46.             /Y        Option to assume a "Yes" response and suppress
  47.                       certain prompts. If /Y is omitted you will be
  48.                       warned and offered an opportunity to change disks,
  49.                       abort or continue with the current disk before
  50.                       formatting or erasing existing data on the target.
  51.                       Also, with DOS 6.2, you will be warned and offered
  52.                       an opportunity to skip overwriting existing files.
  53.  
  54.             /H or /?  Display help screen.
  55.  
  56.  
  57.           Copy+ 2.10                                         Page 1 of 4
  58.  
  59.  
  60.  
  61.           If no option is specified files matching the source file
  62.           specification in the source directory will be copied to the
  63.           target directory. Directories below the source will not be
  64.           included. No files will be erased.
  65.  
  66.           Copy+ supports wildcards and is not case-sensitive.
  67.  
  68.           If the drive and root specifiers (d:\) are omitted Copy+
  69.           assumes the path specified is below the current directory.
  70.           If only the root specifier (leading \) is omitted, Copy+
  71.           provides it for you. If you are in C:\DOS and specify a source
  72.           or target of "BIN", Copy+ operates as if "C:\DOS\BIN" were
  73.           specified. If "C:*.BAT" is specified, Copy+ operates as if
  74.           "C:\*.BAT" were specified. 
  75.  
  76.           To copy, move or prune an entire disk, specify the drive only
  77.           (d:) as the source. If the target specification is a drive
  78.           only and the target isn't a hard disk or CD-ROM, all files on
  79.           the target will be erased before the copy or move. "COPYPLUS
  80.           A: B:" will erase all files on the target and copy all files
  81.           from A: to B:, even if their formats are different.
  82.           "COPYPLUS A: B:\" will copy all files from A: to B:, leaving
  83.           existing files as they were. Versions of DOS prior to 6.2
  84.           overwrite files of the same name with no warning. With DOS
  85.           6.2 you will be prompted before overwriting. Also with DOS
  86.           6.2, hidden and system files are neither copied nor erased.
  87.  
  88.           The target cannot be below the source. Such a specification
  89.           would be a circular reference.
  90.  
  91.           The following DOS utilities must be located in a subdirectory
  92.           in DOS' path environment variable:
  93.  
  94.             XCOPY.EXE     Copies directories, branches and files
  95.             FORMAT.COM    Formats disk if necessary
  96.             DISKCOPY.COM  Duplicates disk in same drive
  97.  
  98.           Copy+ determines the disk space required before executing the
  99.           command. If insufficient space is found, it returns you to
  100.           DOS, displaying the space required and available.
  101.  
  102.           If a general failure occurs, usually caused by an unformatted
  103.           diskette, Copy+ displays the following prompt:
  104.  
  105.             General failure - d:
  106.             Change diskette and press [N] to check it, press [ESC] to
  107.             abort or press any other key to format the current
  108.             diskette.
  109.  
  110.           You may change the disk and check it by pressing [N]. Press
  111.           [ESC] to abort. Press any other key and Copy+ will continue
  112.           with the current disk, displaying the following prompt:
  113.  
  114.           Page 2 of 4                                         Copy+ 2.10
  115.  
  116.  
  117.  
  118.             Format to [3]60K, [7]20K, 1.[2]M, 1.[4]4M or [ESC] to abort.
  119.  
  120.           Press the number in brackets for the proper size. DOS' format
  121.           will be invoked. Press [ESC] to abort.
  122.  
  123.           If the target specifier is a drive only (d:) and it has files
  124.           on it, Copy+ displays the following prompt:
  125.  
  126.             Data exists - d:
  127.             Change diskette and press [N] to check it, press [ESC] to
  128.             abort or press any other key to continue with current
  129.             diskette.
  130.  
  131.           You may change the diskette and check it by pressing [N].
  132.           Press [ESC] to abort. Press any other key and Copy+ will
  133.           continue by 'quick' formatting the current diskette.
  134.  
  135.           Copy+ detects write-protected diskettes. The source may be
  136.           write-protected unless you specify the Move (/M) or Prune
  137.           (/P) option. Copy+ also detects a drive with no diskette or
  138.           with the drive door open (Disk not ready). You will be
  139.           prompted and offered an opportunity to correct the error or
  140.           abort and return to DOS if either of these errors occurs. Any
  141.           other error causes Copy+ to display a description and return
  142.           to DOS with an errorlevel for batch file interrogation. Most
  143.           represent DOS' error codes. Others are Copy+ specific.
  144.  
  145.           Copy+ specific errors are:
  146.             127  Insufficient disk space
  147.             126  Target specified (no pathname) is a hard disk
  148.             125  Target specified is on a CD-ROM
  149.             124  DOS 3.2 or later required
  150.             123  Bad FAT detected
  151.             122  Bad syntax
  152.             121  Too many clusters (maximum 65,536)
  153.             117  Format not supported
  154.             116  Unable to create volume label
  155.  
  156.           DOS' error codes (incomplete) are:
  157.              36  Unidentified error
  158.              35  FCB unavailable
  159.              34  Invalid disk change
  160.              33  Lock violation
  161.              32  Sharing violation
  162.              31  General failure (usually disk not formatted)
  163.              30  Read fault
  164.              29  Write fault
  165.              28  Printer out of paper
  166.              27  Sector not found
  167.              26  Unknown media type
  168.              25  Seek error
  169.              24  Bad request structure length
  170.  
  171.           Copy+ 2.10                                         Page 3 of 4
  172.  
  173.  
  174.  
  175.              23  Data error
  176.              22  Unknown command
  177.              21  Drive not ready
  178.              20  Unknown disk unit
  179.              19  Disk write-protected
  180.              18  No more files
  181.              17  Not same device
  182.              16  Attempt to move current directory
  183.              15  Invalid disk drive
  184.              14  Reserved
  185.              13  Invalid data
  186.              12  Invalid access code
  187.              11  Invalid format
  188.              10  Invalid environment
  189.               9  Invalid memory block address
  190.               8  Insufficient memory
  191.               7  Memory control blocks destroyed
  192.               6  Invalid handle
  193.               5  Access denied
  194.               4  Too many open files
  195.               3  Path not found
  196.               2  File not found
  197.               1  Invalid function number
  198.               0  Successful
  199.  
  200.           Users of Copy+ must accept this disclaimer of warranty:
  201.           "Copy+ is supplied as is. The author disclaims all
  202.           warranties, expressed or implied, including, without
  203.           limitation, the warranties of merchantability and of fitness
  204.           for any purpose. The author assumes no liability for damages,
  205.           direct or consequential, which may result from the use of
  206.           Copy+."
  207.  
  208.           You are encouraged to pass a copy of Copy+ along to your
  209.           friends for evaluation. Anyone distributing Copy+ for any
  210.           kind of remuneration must first contact me for authorization.
  211.           This is shareware. You are offered an opportunity to examine
  212.           this software for 60 days. If you continue to use it after
  213.           the trial period you must fill out the registration form and
  214.           send it with $10.00 (US) to:
  215.  
  216.  
  217.  
  218.                                  Gerald R. Brown
  219.                               9706 1/2 Olive Street
  220.                         Bellflower, California  90706-4521
  221.                                   (310)920-3566
  222.                           CompuServe User ID: 71023,243
  223.  
  224.  
  225.  
  226.           (C) COPYRIGHT 1994   GERALD R. BROWN   ALL RIGHTS RESERVED
  227.  
  228.           Page 4 of 4                                      Copy+ 2.10
  229.